PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.optionalcontent Package / PDFOptionalContentGroup Class / setIsLocked Method
True if the layer is locked, false otherwise. Default is locked.
In This Topic
    setIsLocked Method
    In This Topic
    Sets a value indicating whether the layer is locked when the PDF file is displayed in the viewer application.
    Syntax
    public void setIsLocked( 
       boolean value
    )

    Parameters

    value
    True if the layer is locked, false otherwise. Default is locked.
    See Also